home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
AppKiller 1.2
/
src
/
appkiller.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-14
|
339 b
|
22 lines
|
[
TEXT/ALFA
]
/*
** appkiller.h
**
** contains definitions/declarations of junk
*/
#define MENU_BAR 128
#define APPLE_MENU 128
#define ABOUT_ITEM 1
#define FILE_MENU 129
#define POST_ITEM 1
#define LAUNCH_ITEM 2
#define QUIT_ITEM 4
#define AboutDlogID 128
#define AboutOKButt 1
#define AlertID 129 /* my standard alert box */
void Cleanup(void);